home *** CD-ROM | disk | FTP | other *** search
- #ifndef PROCESSDIR_H
- #define PROCESSDIR_H
-
- #ifndef DOS_DOSASL_H
- #include <dos/dosasl.h>
- #endif
-
- #ifndef AVL_H
- #include "AVL.h"
- #endif
-
- extern struct MyAnchorPath
- {
- struct AnchorPath AnchorPath;
- char String[1023];
- } __ALIGN (AnchorPath);
-
- extern int CallMatchEnd;
-
- void ProcessDir1 (int, char *, void (*)(char *));
- void ProcessDir2 (int, struct AVLTree *, void (*)(struct AnyNode *));
-
- #endif /* PROCESSDIR_H */
-